/** * Main JavaScript */ jQuery( document ).ready( function( $ ) { /****************************************** * FULLSCREEN BACKGROUND ******************************************/ if ( resurrect_main.background_image_url && resurrect_main.background_image_fullscreen ) { jQuery.backstretch( resurrect_main.background_image_url ); } /****************************************** * LAYOUT ******************************************/ // Retina Logo // Set dimensions from normal image on retina logo element for proper sizing // CSS handles switching between two images with media queries // This method works best for Opera Mobile if ( $( '#resurrect-logo-hidpi' ).length ) { // Retina version provided $( '' ).attr( 'src', $( '#resurrect-logo-regular' ).attr( 'src' ) ).load( function() { $( '#resurrect-logo-hidpi' ).attr( 'width', this.width ).attr( 'height', this.height ); } ); } // Header Menu if ( $( '#resurrect-header-menu-links' ).children().length > 0 ) { // menu is not empty var menu_items; // Remove description elements so they don't get included in dropdown menu_items = $( '#resurrect-header-menu-links' ).html(); // to restore below $( '.ctfw-header-menu-link-description' ).remove(); // SelectNav.js converts menu to single